-
Notifications
You must be signed in to change notification settings - Fork 341
[evm] store contract by erigon #4551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fe5e53f
to
2a85c1e
Compare
|
a7b6ce4
to
9d87eaa
Compare
// SetNonce sets the nonce of the given address | ||
func (s *ErigonStateDBAdapter) SetNonce(evmAddr common.Address, n uint64) { | ||
s.StateDBAdapter.SetNonce(evmAddr, n) | ||
s.intra.SetNonce(libcommon.Address(evmAddr), n) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove since it's also done in statedbadapter
|
Description
based #4550
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: